/* 背景
主色 #e60012
.section{
    background-size: 100% 100%;
} */

.section1{
    background: url(../images/sec1_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.section2{
    background: url(../images/sec2_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.section3{
    background: url(../images/sec3_bg.png) no-repeat center;
    background-size: 100% 100%;

}
.section4{
    background: url(../images/sec4_bg.png) no-repeat center;
    background-size: 100% 100%;
}
.section5{
    background: url(../images/sec5_bg.png) no-repeat center;
    background-size: 100% 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: #fff;
}
.header{
    width: 100%;
    height: 17vh;
    background: url(../images/header_bg_1.png) no-repeat center;
    background-size:100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    min-height: 120px;
    z-index: 999;
}
.logo img {
    width: 14vw;
    max-width: 200px;
}
.logo {
    display: inline-block;
    margin-top: 3.5vh;
}
.header ul{
    padding-top: 4vh;
}
.header ul.nav_left{
    position: absolute;
    left:0;
    top: 0;
    padding-left: 8vw;
}
.header ul li{
    float: left;
    width:9vw;
    transition:all .5s;
}
.header ul li:hover{
    transform: translateY(-8px);
}
.header ul li span{
    display: block;
    font-size: 18px;
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 1vh;

}
.header ul li i{
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    font-family: '微软雅黑';

}
.header ul.nav_right{
    position: absolute;
    right:0;
    top: 0;
    padding-right: 8vw;
}
.header ul.nav_right input{
    width: 80%;
    height:30px;
    line-height: 30px;
    text-indent: 5px;
    background: rgba(255,255,255,.5);
    display: inline-block;
}
.header ul.nav_right li:last-child{
    padding-top: 10px;
}
.header ul.nav_right button{
    width: 20%;
    height:30px;
    line-height: 30px;
    text-align: center;

    display: inline-block;
}

/*第一版*/
.section1 img{
    float: right;
    margin-right: 10vw;
    width: 15vw;
    margin-top: 120px;
    min-width: 250px;
}


/*第二版*/
.section2{
    position:relative;
}
.section2 .video_box{
    float: left;
    margin-left:15vw;
    width: 32vw;
    height:45vh;
    margin-top: 120px;
}
.section2 .video_box img{
    width: 100%;
    height: 100%;
}
.section2 .sec2_right{
    float: right;
    margin-right:15vw;
    margin-top: 120px;
}
.section2 .sec2_right img{
    width: 18vw;
}
.section2 .sec2_bot{
    position:absolute;
    bottom: 0;
    left:0;
    background: rgba(140,16,16,.7);
    width: 100%;
    height:15vh;
    display: flex;
    justify-content: space-around;
    padding: 3vh 15vw;
}
.section2 .sec2_bot .sec2_icon{
    text-align: center;

}
.section2 .sec2_bot .sec2_icon img{
    text-align: center;
    height: 5vh;
}
.section2 .sec2_bot .sec2_icon span{
    display: block;
    font-size: 2vh;
    color:#fff;
    margin-top: 2vh;
}
/*第三版*/
.sec3_main{
    display: flex;
    justify-content:space-around;
    padding:0 5vw;
}
.sec3_main .sec3_box{
    width: 26vw;
    height:76vh;
    margin-top: 10%;
    position:relative;
    overflow:hidden;
}
.sec3_main .sec3_box>img{
    width: 100%;
    height: 100%;
    transition:all .8s;
}
.sec3_main .sec3_box:hover>img{
    transform: scale(1.1);
}

.sec3_main .sec3_box .sec3_box_main{
    width: 90%;
    height: 94%;
    border: 1px solid #fff;
    position:absolute;
    left:5%;
    top: 3%;
    text-align: center;


}
.sec3_main .sec3_box .sec3_box_main img{
    width: 90%;
    margin:0 auto;
    margin-top: 16vh;
    transition: all .8s;
}
.sec3_main .sec3_box:hover .sec3_box_main img{
    transform: translateY(-50px);
}
.sec3_main .sec3_box:nth-child(2) .sec3_box_main img{
    margin-top: 23vh;
}
.sec3_main .sec3_box:last-child .sec3_box_main img{
    margin-top: 18vh;
}
.sec3_main .sec3_box .sec3_box_main .pro_name{
    font-size:20px;
    color:#fff;
    margin: 5vh 0;
}
.sec3_main .sec3_box .sec3_box_main .pro_more{
    display: block;
    width: 8vw;
    height:4vh;
    line-height: 4vh;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    border:1px solid #fff;
    color:#fff;
    font-size:18px;
}
.sec3_main .sec3_box .sec3_box_main .pro_more a{
    color:#fff;
    display: block;
    width: 100%;
    height: 100%;
}
.sec3_main .sec3_box .sec3_box_main .pro_more:hover{
    border:1px solid #8c1010;
}
.sec3_main .sec3_box .sec3_box_main .pro_more:hover a{
    color:#8c1010;
}
/*第四版*/
.section4 .sec4_bot{
    width: 100%;
    height:30vh;
    position:absolute;
    left:0;
    bottom: 0;
}
.section4 .sec4_bot>img{
    width: 100%;
    height: 100%;

}
.sec4_bot_main{
    width: 100%;
    padding:0 10vw;
    position:absolute;left:0;
    top: 0;
}
.sec4_bot_main .zuhe{
    float: left;
    margin-top: 8vh;
}
.sec4_bot_main .zuhe h3{
    font-size:20px;
    color:#fff;
}
.sec4_bot_main .zuhe i{
    font-size:12px;
    color:#fff;
    display: block;
    font-style: normal;
    margin-top: 2px;
    margin-bottom: 1vh;
    font-family: '微软雅黑';
}
.sec4_bot_main .zuhe span{
    font-size:18px;
    color:#fff;
    display: block;
    margin-bottom: 2vh;
    font-family: '微软雅黑';
}
.sec4_bot_main .zuhe p{
    font-size:14px;
    color:#fff;
    display: block;
    font-family: '微软雅黑';
}

.sec4_bot_more{
    width: 230px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size:16px;
    border:1px solid #fff;
    border-radius:20px;
    float: right;
    margin-top: 12vh;
}
.sec4_bot_more a{
    color:#fff;
    font-size:18px;
}
.sec4_bot_more a:hover{
    color:#8c1010;
}
.sec4_news{
    width: 100% ;
    padding:0 10vw;
    display: flex;
    justify-content:space-around;
    margin-bottom: 10vh;
}
.sec4_news .news_box{
    width: 30%;
}
.sec4_news .news_box .news_pic{
    width: 100%;
    position:relative;
    overflow:hidden;
}
.sec4_news .news_box .news_pic img{
    width: 100%;
    transition: all .8s;
}
.sec4_news .news_box:hover .news_pic img{
    width: 100%;
    transform: scale(1.1);
}
.sec4_news .news_box .news_pic span{
    color:#fff;
    position:absolute;
    font-size:20px;
    right:5px;
    bottom:5px;
}
.sec4_news .news_box .news_bot{
    width: 100%;
    padding:20px;
    background: rgba(255,255,255,.5);
    position:relative;
    padding-bottom: 5vh;
}
.sec4_news .news_box .news_bot .tit_box{
    width: 100%;
    margin-bottom: 10px;

}
.sec4_news .news_box .news_bot .tit_box h3{
    float: left;
    font-size:18px;
    font-family: '微软雅黑';
}
.sec4_news .news_box .news_bot .tit_box .time{
    float: right;
    font-size:12px;
    font-family: '微软雅黑';
}
.sec4_news .news_box .news_bot .tit_box p{
    width: 100%;
    line-height:28px;
    font-size:14px;
    font-family: '微软雅黑';

}
.sec4_news .news_box .news_bot>img{
    position:absolute;
    right:10px;
    bottom: 10px;
}
.sec4_news .news_box .news_bot>p{
    line-height:28px;
    font-size:14px;
    font-family: '微软雅黑';
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.section5 .sec5_main{
    width: 100%;
    height:42vh;
}
.section5 .sec5_main .sec5_left{
    width: 50%;
    height: 100%;
    float: left;
    overflow:hidden;

}
.section5 .sec5_main .sec5_left img{
    width: 100%;
    height: 100%;
    transition:all .8s;

}

.section5 .sec5_main .sec5_left img:hover{
    transform: scale(1.1);
}

.section5 .sec5_main .sec5_right{
    width: 50%;
    height: 100%;
    float: right;
    text-align: center;
    background: #8c1010;

}
.section5 .sec5_main .sec5_right h3{
    color:#fff;
    font-size:26px;
    font-family: '微软雅黑';
    margin-top: 5vh;
    margin-bottom: 5px;

}
.section5 .sec5_main .sec5_right i{
    color:#fff;
    font-size:12px;
    display: block;
    font-style: normal;
    font-family: '微软雅黑';
    margin-bottom: 3vh;
}

.section5 .sec5_main .sec5_right span{
    color:#fff;
    font-size:16px;
    font-family: '微软雅黑';
    margin-bottom: 3vh;
    display: inline-block;
}
.section5 .sec5_main .sec5_right p{
    color:#fff;
    font-size:16px;
    font-family: '微软雅黑';
    margin-bottom: 1vh;
}
.section5 .sec5_main .sec5_right .more{
    width: 6vw;
    height: 4vh;
    border:1px solid #fff;
    line-height: 4vh;
    text-align: center;
    display: inline-block;
    margin-top: 3vh;
}
.section5 .sec5_main .sec5_right .more:hover{
    background: #fff;
}
.section5 .sec5_main .sec5_right .more:hover a{
    color:#8c1010;
}
.section5 .sec5_main .sec5_right .more a{
    color:#fff;

}

.footer{
    width: 100%;
    height:30vh;
    background: url(../images/footer_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding:0 10vw;
    padding-top: 3vh;
}
.footer.inner_footer{
    position:relative;
}
.footer.index_footer{
    position:absolute;
    bottom: 0;
    right:0;
}

.footer .footer_main{
    width: 100%;
    display: flex;
    justify-content:space-between;

}
.footer .footer_main .footer_item{
    width: 30%;
}
.footer .footer_main .footer_left img{
    margin-bottom: 1.5vh;

}
.footer .footer_main .footer_left p{
    margin-bottom: .5vh;
    color:#fff;
    font-size:1.5vh;
    font-family: '微软雅黑';
}
.footer .footer_main .footer_center{
    text-align: center;

}
.footer .footer_main .footer_center span{
    display: block;
    font-size:2vh;
    color:#fff;
    font-family: '微软雅黑';
    margin-bottom: 1vh;
}
.footer .footer_main .footer_center ul li{
    margin-bottom: .5vh;
    transition: all .5s;
}

.footer .footer_main .footer_center ul li:hover{
    transform: translateX(10px);
}

.footer .footer_main .footer_center ul li a{
    color:#fff;
    font-family: '微软雅黑';
    font-size:1.5vh;
}
.footer .footer_main .footer_right{
    text-align: center;

}
.footer .footer_main .footer_right img{
    width: 9vw;
}
.footer .footer_main .footer_right span{
    display: block;
    text-align: center;
    color:#fff;
    margin-top: 1vh;
    font-size:1.5vh;
    font-family: '微软雅黑';
}
.footer_bot{
    width: 100%;
    font-family: '微软雅黑';
    color:#fff;
    text-align: center;
    position:absolute;
    bottom: 0;
    left:0;
    padding:1vh 0;
    background: #640b09;
    font-size:12px;
}
.footer_bot a{
    color:#fff;
}
.inner_banner{
    width: 100%;
    height: 70vh;
}
.inner_banner.about_banner{
    background: url(../images/about_banner.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 20vh;
}
.inner_banner.news_banner{
    background: url(../images/news_banner.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 20vh;
}
.inner_banner.products_banner{
    background: url(../images/products_banner.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 20vh;
}
.inner_banner.combine_banner{
    background: url(../images/combine_banner.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 25vh;
}
.inner_banner.join_banner{
    background: url(../images/join_banner.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 25vh;
}
.inner_banner.contact_banner{
    background: url(../images/contact_banner.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-top: 25vh;
}



.inner_banner img.about_zi {
    margin-left: 27vw;
    width: 13vw;
    min-width:180px;
}
.inner_banner img.news_zi{
    margin-left: 18vw;
    width: 10vw;
    min-width:180px;
}
.inner_banner img.smll{
    margin-left: 18vw;
    width: 8vw;
    min-width:150px;
}


.inner_nav{
    width: 100%;
    background: #8c1010;
    height: 120px;
    text-align: center;
    position:relative;
    overflow:hidden;

}
.inner_nav>img.left_p{
    position:absolute;
    left:0;
    top: 0;
    height: 100%;
    transform: rotate(180deg);
}
.inner_nav>img.right_p{
    position:absolute;
    right:0;
    top: 0;
    height: 100%;
}

.inner_nav .nav_btn{
    width: 100%;
    margin-top: 40px;
}
.inner_nav .nav_btn ul{
    width: 100%;
    display: flex;
    justify-content:center;
}
.inner_nav .nav_btn ul li{
    width: 15%;
    display: flex;
    justify-content:center;
    height: 40px;
    background: url(../images/nav_btn.png) no-repeat center;
    transition: all .5s;
}
.inner_nav .nav_btn ul li a{
    line-height: 40px;
    color:#fff;
}
.inner_nav .nav_btn ul li:hover{
    transform: translateY(-10px);
}


.inner_body{
    width: 100%;
    padding:50px 0;
}
.inner_body img.honor{
    width: 100%;
}
.inner_body p{
    font-size:16px;
    line-height: 32px;
    font-family: "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",Arial,sans-serif;
}
.inner_body{
    width: 100%;
    background: url(../images/about_body.png) no-repeat #ffe7e7;
    background-position: top left;
}
.inner_title{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.inner_title span{
    font-size:34px;
    color:#8c1010;
    font-family: "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",Arial,sans-serif;
}
.about_body img.boss{
    width: 100%;
    margin-bottom: 40px;
}
.about_body p{
    margin-bottom: 20px;
}
.about_body .pic_zi img{
    float: left;
    margin-right:20px;
    margin-bottom: 10px;
    width: 30%;
    min-width:300px;

}

/*新闻中心*/

.news_body{
    padding-top: 5vh;
}

.news_eachBox{
    width: 100%;
    height: 160px;
    background: #F7F7F7;
    padding:15px;
    margin-bottom:40px;
    transition:all 1s;
}
.news_eachBox img{
    float: left;
}
.news_eachBox img{
    height: 130px;
}
.news_eachBox .news_img{
    width:15%;
    height: 100%;
    float: left;

}
.news_eachBox .news_img img{
    width:100%;
    height: 100%;
}
.news_eachBox .news_center{
    float: left;
    width: 60%;
    height: 100%;
    text-align: left;
    margin-left:20px;
    padding-top: 10px;
    transition:all 1s;
}
.news_eachBox .news_center h4{
    font-size:22px;
    font-family: '微软雅黑';
    margin-bottom: 10px;
}
.news_eachBox .news_center p{
    color:#9C9C9C;
    font-size:14px;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
-webkit-box-orient: vertical;

}
.news_eachBox .news_time{
    float: left;
    font-size:16px;
    color:#9C9C9C;
    padding-top: 20px;
    padding-left: 40px;
    transition:all 1s;
    font-family: '微软雅黑';
}
.news_eachBox .news_time .more{

    width: 80px;
    height: 30px;
    border:1px solid #ccc;
    text-align: center;
    line-height: 30px;
    font-size:14px;
    border-radius: 20px;
    margin-top: 40px;
}
.news_eachBox:hover{
    box-shadow: 0 7px 15px rgba(0,0,0,.5);
}
.news_eachBox:hover .news_center{
    transform: translateX(30px);
}
.news_eachBox:hover .news_time{
    transform: translateX(30px);
}
 .pagelist {
      list-style:none;
      text-align: center;
      display: inline-block;
      margin: 0 auto;
    }
    .pags{ text-align: center;margin-top: 20px; padding:30px 0;}
    .pags li a{ display: inline-block; vertical-align: middle; background: #fff; text-align: center; height: 20px; line-height: 20px; color: #000; width: 45px;
        font-family: '微软雅黑';  margin: 0 0.5%; border:1px solid #ccc;}
    .pags li a:hover,.pags a.on{ background: #ed000d; color: #fff; }
    .pags .pa_lm{ display: none; width: auto; height: auto; background: none; color: #888278; }
    .pags .pa_lm:hover{ background: none; color: #888278; }

    #pags li {width: auto;margin-right: 5px;line-height: 30px;float: left;}
    #pags li select{
        border:1px solid #ccc;
        text-align: center; height: 20px; line-height: 20px;vertical-align: middle;
    }

    .news_inner_body{
        padding:100px 0;
    }
    .news_inner_body .news_title{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .news_inner_body .news_title h3{
        font-size:28px;
        font-family: "PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",Arial,sans-serif;
    }
     .news_inner_body .news_n_body {
        text-align: center;

     }
    .news_inner_body .news_n_body p{
        text-align: left;
        margin-bottom: 10px;
    }
    .news_inner_body .news_n_body img{
        display: inline-block;
        max-width:100%;
        margin:20px 0;

    }



    .inner_body.products_body{
        background-color: #fff;
    }
    .products_threePic{
        width: 100%;
        display: flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }
    .products_threePic .products_left{
        width:39%;
        margin-bottom: 30px;
    }
    .products_threePic .products_left img{
        width:100%;
    }
    .products_threePic .products_right{
        width:58%;
        margin-bottom: 30px;
    }
    .products_threePic .products_right img{
        width:100%;
    }
    .products_threePic .products_bot{
        width:100%;
    }
    .products_threePic .products_bot img{
        width:100%;
    }
    .products_threePic img{
        transition: all .8s;
    }
    .products_threePic img:hover{
        transform: translateY(-10px);
    }


/* 产品列表 */
.products_inner_body{
}
.products_list{
    padding: 50px 0;
    background: #ffe7e7;
}
.products_list_nav{
    float: left;
    margin-right: 7%;
    width: 18%;
}
.products_list_nav .nav_head{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px solid #999;
}
.products_list_nav .nav_head h3{
    width: 100%;
    font-size:28px;
    font-family: '微软雅黑';
}
.products_list_nav .nav_head span{
    width: 100%;
    font-size:14px;
    font-family: '微软雅黑';
    display: block;
    margin:10px 0;
}

.products_list_nav .nav_head i{
    display: block;
    width: 40px;
    height: 3px;
    background: #8c1010;
}

.products_list_nav ul{
    width: 100%;
    padding:20px 0;
}
.products_list_nav ul li{
    width: 100%;
    margin-bottom: 30px;
}
.products_list_nav ul li dt{
    width: 100%;
    margin-bottom: 10px;
}
.products_list_nav ul li dt img{
    float: right;
    margin-top: 3px;
}
.products_list_nav ul li dt a{
    font-size:16px;
    color:#333;
    font-family: '微软雅黑';
}
.products_list_nav ul li dt a:hover{
    color:#8c1010;
}
.products_list_nav ul li dd{
    width: 100%;
    margin-bottom: 10px;
}
.products_list_nav ul li dd a{
    font-size:14px;
    color:#333;
    font-family: '微软雅黑';
}
.products_list_nav ul li dd a:hover{
    color:#8c1010;
}
.products_list_nav ul li dd span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #666;
    margin:0 10px;
}



.products_list_main{
    width: 75%;
    float: right;
    border:1px solid #fff;
    text-align: center;

}
.main_pro_tittle{
    height:50px;
    line-height: 50px;
    font-size:21px;
    text-indent: 1em;
    border-bottom:1px solid #fff;
    font-family: '微软雅黑';
}
.main_pro_con{
    padding:30px;
    padding-bottom: 0;
}
.each_probox{
    width: 30%;
    float: left;
    margin-right: 5%;
    text-align: center;
    margin-bottom:30px;

}
.each_probox .img_box{
    width: 100%;
    border:1px solid #fff;
    transition:all 1s;
    position:relative;
}
.pro_mask{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    overflow:hidden;
    transition:all 1s;
}
.pro_mask:hover{
    background: rgba(255,0,0,.2);
}



.each_probox .img_box .pro_mask img{
    position:absolute;
    top:50%;
    left:-50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    display: block;
    transition:all .8s;
}

.each_probox .img_box:hover .pro_mask img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
    width: auto;
    height: auto;
    display: block;
}

.each_probox .img_box img{
    width: 100%;
    height:100%;
    display: block;
}



.each_probox:nth-child(3n){
    margin-right: 0;
}
.each_probox p{
    margin-top: 20px;
    margin-bottom:0;
    font-size:16px;
    font-family: '微软雅黑';
}

/* 产品详情 */
.pro_inner_mian{
    width: 100%;

}
.pro_inner_mian .inner_top_left{
    width: 50%;
    padding:20px;
}
.pro_inner_mian .inner_top_left .img_box{
    width: 100%;
    padding:20px;
    border:1px solid #fff;
    float: left;
}
.pro_inner_mian .inner_top_left .img_box img{
    width: 100%;
}

.pro_inner_mian .inner_top_right{
    width: 50%;
    float: left;
    padding-left: 50px;
}
.pro_inner_mian .inner_top_right h3{
    margin-bottom:50px;
    font-size: 28px;
    font-family: '微软雅黑';
}
.pro_inner_mian .inner_top_right p{
    display: block;
    font-size:18px;
    line-height: 30px;
    text-align: left;
}
.pro_inner_mian .inner_top_right p span{
    display: block;
    margin-bottom: 20px;
}
.inner_main_box{
    width: 100% ;
    padding:20px;
}
.inner_main_box .pro_ms{
    width: 114px;
    height: 45px;
    color: #fff;
    border-width: 0;
    border-style: solid;
    background-color: #e60012;
    text-align: center;
    line-height: 45px;
    font-size:16px;
}
.pro_detail{
    padding:20px;
    border:1px solid #fff;
    width: 100%;
}
.pro_detail img{
    max-width: 100%;
}
.inner_body.combine_body{
    background-color: #fff;
}
.combine_main h3{
    width: 100%;
    font-size:28px;
    text-align: center;
    margin-bottom: 80px;
}
.combine_main img{
    width: 100%;
}
.join_body .join_main{
    width: 100%;
    text-align: center;

}
.join_body .join_main img{
    max-width: 100%;
}
.join_body .join_main img:first-child{
    max-width: 100%;
    margin-bottom:80px;
    margin-top: 50px;
}
.join_body .join_main h3{
    font-size:28px;
    font-family: '微软雅黑';
    margin-top: 40px;
}
.join_main{
    width: 100%;

}
.join_main .tedian{
    font-size:16px;

}
.join_main .tedian i{
    display: block;
    text-align: left;
    font-style: normal;
    font-size:16px;
    width: 100%;
    font-family: '微软雅黑';
    margin: 10px 0;
    margin-top: 50px;
}
.join_main .tedian ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.join_main .tedian ul li{
    width: 40%;
    text-align: left;
    font-size:16px;
    line-height: 32px;
    font-family: '微软雅黑';
    margin-bottom: 20px;
}
.contact_main{
    width: 100%;
    background: url(../images/contact_bg.png) no-repeat center;
    padding: 60px;
    height:auto;
}
.contact_main .contact_left{
    width: 53%;
    float: left;
    height: 100%;

}
.contact_main .contact_left img{
    width: 100%;
    height: 380px;
}
.contact_main .contact_right{
    width: 47%;
    padding:50px;
    float: left;
    height: 407px;

}
.contact_main .contact_right h3{
    color:#fff;
    font-size:32px;
    font-family: '微软雅黑';
    margin-bottom: 20px;
}
.contact_main .contact_right p{
    color:#fff;
    font-family: '微软雅黑';
    font-size:16px;
    margin-bottom: 10px;
    text-indent:0;
}



.m_header{
            position:absolute;
            top: 0;
            right: 0;
            z-index: 1000;
            width: 100%;
            height:auto;
            }
            .navbar{
                padding:0;
                min-height:0;
            }

            .navbar-toggle{
            margin-top:10px;
            }
            .navbar-toggle span{
            display: block;
            width: 60%;
            height: 5px;
            background:#fff;
            }
            .navbar-collapse{
                background:rgba(172,4,4,.5);
                color:#fff;
            }
            .obj_nav {
                margin-bottom: 0;
                border: none;
                /*固定导航样式*/
                z-index: 999999;
                border-radius: 0;
                position: fixed;
                width: 100%;
                right:0;
                top:56px;

            }
            .navbar-toggle{
                position: absolute;
                top:3px;
                right:0;
                z-index: 9999999;
                background:#C01921;
            }
            .obj_nav .obj_icon_logo{
                font-size: 50px;
                color: #0d56a7;
                vertical-align: middle;
            }
            .obj_nav .obj_icon_name{
                font-size: 36px;
                color: #333;
                vertical-align: middle;
            }

            .obj_nav .navbar-brand {
                color: #777;
                height: 80px;
                line-height: 50px;
            }
            .obj_nav .navbar-brand:hover,
            .obj_nav .navbar-brand:focus {
                color: #5e5e5e;
                background-color: transparent;
            }
            .obj_nav .navbar-text {
                color: #777;
            }
            .obj_nav .navbar-nav > li > a {
                color: #fff;
                height: 60px;
                line-height: 40px;
                text-align: center;
                font-family: '微软雅黑';
                font-size:16px;

            }
            .obj_nav .navbar-nav > li > a:hover,
            .obj_nav .navbar-nav > li > a:focus {
                color: #777;
                background-color: transparent;
                /*border-bottom: 3px solid #0d56a7;*/
            }
            .obj_nav .navbar-nav > .active > a,
            .obj_nav .navbar-nav > .active > a:hover,
            .obj_nav .navbar-nav > .active > a:focus {
                color: #555;
                border-bottom: 3px solid #0d56a7;
            }
            .obj_nav .navbar-nav > .disabled > a,
            .obj_nav .navbar-nav > .disabled > a:hover,
            .obj_nav .navbar-nav > .disabled > a:focus {
                color: #ccc;
                background-color: transparent;
            }
            .obj_nav .navbar-toggle {
                border-color: #ddd;
                margin-top: 10px;
            }
            .obj_nav .navbar-toggle:hover,
            .obj_nav .navbar-toggle:focus {
                background-color: #ddd;
            }
            .obj_nav .navbar-toggle .icon-bar {
                background-color: #888;
            }
            .obj_nav .navbar-collapse,
            .obj_nav .navbar-form {
                border-color: #e7e7e7;
                border:none;
            }
            .obj_nav .navbar-nav > .open > a,
            .obj_nav .navbar-nav > .open > a:hover,
            .obj_nav .navbar-nav > .open > a:focus {
                color: #555;
                background-color: #e7e7e7;
            }

            .m_header .navbar-toggle {
            position: fixed;
            top: 3px;
            right: 0;
            width: 45px;
            height: 35px;
            z-index: 9999999;
            background: #AC0404;
            }

             .m_header button span{
                transition:all .3s linear;
                position: absolute;
            }


             .m_header button span:first-child{
                position: absolute;
                    top: 9px;
                 left: 10px;
             }
            .m_header button span:nth-child(2){
                position: absolute;
                top: 12px;
                 left: 10px;
            }
            .m_header button  span:last-child{
                position: absolute;
                top: 18px;
                left: 10px;
            }



            .m_header button.active span:first-child{
                position: absolute;
                    top: 16px;
                 left: 10px;
                transform: rotate(45deg);
            }
            .m_header button.active span:nth-child(2){
                opacity: 0;
            }
            .m_header button.active  span:last-child{
                position: absolute;
                top: 12px;
                left: 10px;
                transform: rotate(-45deg);
            }
            ul.nav{
                padding-top: 50px;
            }

@media screen and (max-width:768px){

    .header>ul{
        display: none;
    }
    .header {
    width: 100%;
    background: url(../images/header_bg.png) no-repeat center;
    background-size: auto;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    min-height: 170px;
    z-index: 999;
    margin-top: -60px;
}
    .logo {
    position: absolute;
    left: 10px;
    bottom: 60px;
}
    .section1 {
        background: url(../images/m_index.jpg) no-repeat center;
        background-size: 100% 100%;
    }
    .section1 img{
        display: none;
    }
    .section2 {
    background: url(../images/sec2_bg.png) no-repeat center;
    background-size: auto;
}
    .section2 .video_box {
    float: left;
    margin-left: 5vw;
    width: 91vw;
    height: 45vh;
    margin-top: 0px;
}
    .section2 .sec2_right{
        display: none;
    }


    .sec3_main{
        display: block;
    }
    .sec3_main .sec3_box{
        display: none;
    }

    .sec3_main .sec3_box:first-child{
        display: block;
        width: 100%;
        margin-top: 100px;

    }
    .sec3_main .sec3_box .sec3_box_main .pro_more{
        height: 5vh;
        line-height: 5vh;
        width: 30vw;
    }
    .sec4_news{
        display: block;
        padding:0 10px;
        margin-bottom: 14vh;
    }
    .sec4_news .news_box{
        width: 100%;
        display: none;
    }
    .sec4_news .news_box:first-child{

        display: block;
    }
    .sec4_bot_main .zuhe {
    float: left;
    margin-top: 3vh;
}
.section5 .sec5_main .sec5_left {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.section5 .sec5_main .sec5_right{
    width: 100%;
    height: 50vh;
}
.section5 .sec5_main {
    width: 100%;
    height: 25vh;
    margin-bottom: 75vh;
}
.section5 .sec5_main .sec5_right .more{
    width: 30vw;
}
.footer .footer_main .footer_right{
    display: none;
}
.footer .footer_main .footer_center{
    display: block;
    width: 100%;
    margin-top: 15px;
}
.footer .footer_main .footer_center ul{
    width: 100%;
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
}
.footer .footer_main .footer_center ul li{
    width: 30%;
    float: left;
    text-align: center;
    margin-bottom: 3.5vh;

}
.footer .footer_main .footer_item.footer_left{
    width: 0;
}
.footer_left p{
    display: none;
}
.footer .footer_main{
    display: block;
}
.footer {
    padding:20px;
}
.footer .footer_main .footer_center ul li a{
    font-size:14px;
}
.footer .footer_main .footer_center span{
    display: none;
}


.inner_banner {
    width: 100%;
    height: 30vh;
}

.inner_nav{
    height: 60px;
}
.inner_nav .nav_btn {
    width: 100%;
    margin-top: 10px;
}
.inner_nav .nav_btn ul li{
    background-size: 100% 100%;
    width: 30%;
}
.inner_nav .nav_btn ul{
    justify-content: space-around;
}
.inner_banner img{
    display: none;
}


.inner_body {
    width: 100%;
    background:#ffe7e7;
    padding:10px;
}
.inner_title{
    margin-top: 30px;
    margin-bottom: 40px;
}
.inner_title span{
    font-size:24px;
}
.about_body img.boss {
    width: 100%;
    margin-bottom: 10px;
}
.inner_body p {
    font-size: 14px;
    line-height: 28px;
}
.about_body .pic_zi img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 100%;
    min-width: 30px;
}
.news_eachBox .news_img {
    width: 33%;
}
.news_eachBox .news_center h4 {
    font-size: 18px;
    font-family: '微软雅黑';
    margin-bottom: 5px;
}
.news_eachBox .news_center p {
    color: #9C9C9C;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_eachBox .news_time{
    display: none;
}
.news_eachBox{
    height: 140px;
    margin-bottom: 20px;
}
.pags li a{
    width: 30px;
    font-size:12px;
}
.inner_body.products_body{
    padding-top: 10px;
}
.products_threePic .products_left{
    width: 100%;
}
.products_threePic .products_right{
    width: 100%;
}


.combine_main h3 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
.join_body .join_main img:first-child {
    max-width: 150%;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: -30%;
}
.join_body .join_main h3 {
    font-size: 18px;
    font-family: '微软雅黑';
    margin-top: 20px;
    line-height: 36px;
}
.join_main .tedian ul li {
    width: 48%;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    font-family: '微软雅黑';
    margin-bottom: 20px;
}
.contact_main{
    padding:20px;
}
.contact_main .contact_left{
    width: 100%;
}
.contact_main .contact_left img {
    width: 100%;
    height: 170px;
}
.contact_main .contact_right {
    width: 100%;
    padding: 20px;
    float: left;
    height: 220px;
}
.contact_main .contact_right h3 {
    color: #fff;
    font-size: 20px;
    font-family: '微软雅黑';
    margin-bottom: 15px;
}
.contact_main .contact_right p {
    color: #fff;
    font-family: '微软雅黑';
    font-size: 12px;
    margin-bottom: 0px;
    text-indent: 0;
}




}




.pagination>li{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a, .pagination>li>span{
    padding: 0;
    border: 0px solid #ddd;
}
.header ul.nav_right button{
    position: relative;
    top: -30px;
    right: -70px;
}
.sec4_news .news_box .news_pic{
    max-height: 200px;
}


/* 2019.2.28 */
.about_boss{
    max-width:30%;margin:0 0 0 20px;
}
@media screen and (max-width: 768px){
    .logo img {
        width: 30vw;
}
    .about_boss{
        max-width: 100%;margin: 0 0 20px 0;
    }
}

/* 6.29 */
.conbina_wrap{
    width: 48%;
    display: inline-block;
    background: #fff;
    margin-bottom: 2%;
    vertical-align: top;
}
.conbina_wrap:nth-child(2n){
    margin-left: 2%;
}
.conbina_wrap_title{
    width: 100%;
    background: #e80215;
    text-align: center;
    color: #fff;
}
.conbina_wrap_title p{
    line-height: 60px;
}
.conbina_img{
    width: 49%;
    display: inline-block;
    text-align: center;
}
.conbina_img img{
    width: 80%;
}
.conbina_message{
    padding: 10px;
}
.conbina_wrap_three {
    vertical-align: top;
}
.conbina_wrap_three .conbina_img{
    width: 32%;
    
}
@media screen and (max-width: 768px){
    .conbina_wrap{width: 100%;}
.section3{background-size: cover;}
.section4 .sec4_bot>img{width:auto;}
html{width:100vw;overflow-x: hidden;}
}